home *** CD-ROM | disk | FTP | other *** search
/ Champak 43 / Vol 43.iso / games / penguin.swf / scripts / frame_57 / DoAction.as
Encoding:
Text File  |  2007-06-26  |  201 b   |  11 lines

  1. function endDemo()
  2. {
  3.    trace("ccc::" + control);
  4.    control.removeMovieClip();
  5.    trace("ccc::" + control);
  6.    gotoAndStop(5);
  7.    main_mc.gotoAndPlay("demo_end");
  8. }
  9. stop();
  10. _root.endDemo();
  11.